Skip to main content

Clusters Overview

A Kubernetes cluster is a set of nodes (servers) that run containerized applications managed by Kubernetes. Atmosly provides comprehensive cluster lifecycle management — from provisioning and scaling to monitoring and destruction — across multiple cloud providers.

Atmosly currently supports:

  • AWS (Amazon EKS)
  • GCP (Google Kubernetes Engine)

Cluster List

Within the Clusters module, the first thing that you see is the cluster list. Please refer to the table below to understand what different columns contain:

Column nameDescription
NameThis is the name you assign to your Cluster.
PLEASE NOTE: Name cannot contain special characters and should be unique.
AccountThis is the target cloud account (AWS or GCP) against which your Cluster is created.
RegionCloud provider region in which Cluster is created.
K8s versionKubernetes version of the Cluster. Atmosly supports versions 1.24 through 1.33, with end-of-support tracking for each version.
Last UpdatedShows when the Cluster was last created or updated (whichever is applicable).
Upon hover, you will be able to see the timestamp for when the cluster was created, updated and created by user name.
TypeIf the Cluster was created for production or a non-production (qa, staging, etc) environment.
StatusStatus of the Cluster. See the Cluster Status Lifecycle section below for the full list of states.
ProvisionerHow the cluster was provisioned:
- Atmosly Provisioner — cluster created through Atmosly
- Imported — existing cluster imported via cloud account or token
Action (⋮)Click the three dots to edit, destroy, or star a cluster.

Cluster Status Lifecycle

Atmosly tracks clusters through the following statuses:

StatusDescription
CreatingCluster infrastructure is being provisioned
Initializing Add-onsAdd-ons and bootstrap components are being deployed
ActiveCluster is fully operational and ready for use
UpdatingCluster configuration, add-ons, or node groups are being updated
ImportingAn existing cluster is being imported into Atmosly
DestroyingCluster and its resources are being removed
DestroyedCluster has been successfully removed
FailedAn operation (creation, update, import, or destroy) has failed

Cluster Provisioning Methods

Atmosly provides three ways to provision clusters:

  1. Atmosly Provisioner — Full cluster creation with cloud infrastructure management (AWS EKS or GCP GKE). See Create Cluster.
  2. Bring Your Cluster — Import an existing cluster from your cloud account (AWS or GCP). See Bring Your Cluster Setup.
  3. Import via Token — Lightweight import of any Kubernetes cluster using an API token and endpoint. See Import Clusters via Token.